﻿/* 字体引用 */
@charset "utf-8";
/*@font-face {
    font-family: 'webfont/heliosextthinregular';
    src: url('webfont/he_eth_-webfont.eot');
    src: url('webfont/he_eth_-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfont/he_eth_-webfont.woff') format('woff'),
         url('webfont/he_eth_-webfont.ttf') format('truetype'),
         url('webfont/he_eth_-webfont.svg#heliosextthinregular') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
/* 清除内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */
th, td ,/* table elements 表格元素 */
div{
    margin: 0;
    padding: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
*{
	box-sizing: border-box;
}
a:focus{
	outline: none;
}
/* 设置默认字体 */
body,
button, input, select, textarea {
    font: 12px/1 "Microsoft YaHei",Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif; /* 用 ascii 字符表示，使得在任何编码下都无问题 */
}
body,a{
	color:#666;
}
h1{ font-size: 18px; /* 18px / 12px = 1.5 */ }
h2{ font-size: 16px; }
h3{ font-size: 14px; }
h4, h5, h6 { font-size: 100%; }
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}
i,em,b{
	font-style: normal;
}
address, cite, dfn, em, var { font-style: normal; } /* 将斜体扶正 */
code, kbd, pre, samp, tt { font-family: "Courier New", Courier, monospace; } /* 统一等宽字体 */
small { font-size: 12px; } /* 小于 12px 的中文很难阅读，让 small 正常化 */
/* 重置列表元素 */
ul, ol {
	list-style: none;
}
/* 重置浏览器默认样式 select */
select,option,option select{
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	-o-user-select:none;
	user-select:none;
}
/* 重置文本格式元素 */
a {
	text-decoration: none;
	outline:none;
	blur:expression(this.onFocus=this.blur());
}
/*a:hover { text-decoration: underline;}*/
abbr[title], acronym[title] { /* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */
    border-bottom: 1px dotted;
    cursor: help;
}
q:before, q:after {
	content: '';
}
/* 重置表单元素 */
legend {
 	color: #000;
 }
 /* for ie6 */
fieldset, img {
 	border: none; /* img 搭车：让链接里的 img 无边框  注：optgroup 无法扶正*/
 }
button, input, select, textarea {
    font-size: 100%; /* 使得表单元素在 ie 下能继承字体大小 */
}
/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
table th,table td{
	border:1px solid #ddd;
}
/* 重置 hr */
hr {
    border: none;
    height: 1px;
}
/* 表单 在浏览器上的默认样式*/
input,input:focus,button,button:focus,textarea,textarea:focus{
	outline:none;
	border:none;
}
/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
/*html { overflow-y: scroll; }*/
/* ie7以下两个以上的 li浮动产生的空白间隙bug */
li{
	+vertical-align: top;
	_vertical-align: top;
}
/* ie下li元素的内联元素底部产生空白 */
li *{
	*zoom:1;
}
*{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
/* ie下图片标签上有空白 */
img{
	vertical-align: middle;
	*vertical-align:top;
}
/* ie下input标签文本居中 */
input{
	vertical-align: middle;
}
/* 以下为自用公共样式 */
/* 浮动 */
.fl,.fl-li li,.fl-a{
	float: left;
	_display: inline;
}
.fr,.fr-li li,.fr-a{
	float: right;
	_display: inline;
}
.w1200{
	width: 1200px;
	margin: 0 auto;
}
.padd{
	padding: 0.1px;
}
.opacity{
	filter:alpha(opacity=80);       /* IE */
	-moz-opacity:0.8;              /* 老版Mozilla */
	-khtml-opacity:08;
}
/* 清除浮动 */
.cb:after{
	content: ".";
	display: block;
	height: 0px;
	overflow: hidden;
	visibility: hidden;
	clear: both;
}
/* 内联块级元素 */
.ib,.flexslider .hd ul li,.product_tab a{
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
body,html{
	width: 100%;
	*overflow-x: hidden;
	min-width: 1345px;
}
.flexslider .hd ul li,.x_nav ul li a,#about .w1200 .info a,.product_tab a,.product_list ul li *,.adv_list ul li *,.news_left ul li *,.news_right *,.news_more{
    transition: all .5s cubic-bezier(0, 0.93, 1, 1);
    -webkit-transition: all .5s cubic-bezier(0, 0.93, 1, 1);
    -moz-transition: all .5s cubic-bezier(0, 0.93, 1, 1);
    -ms-transition: all .5s cubic-bezier(0, 0.93, 1, 1);
    -o-transition: all .5s cubic-bezier(0, 0.93, 1, 1);
}
.product_list ul li:hover i,.news_left ul li:hover i{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.db{
	display: block;
}
.th{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.wh{
	width: 100%;
	height: 100%;
}
.w{
	width: 100%;
}
.h{
	height: 100%;
}
.pr{
	position: relative;
}
.oh{
	overflow: hidden;
}
.br{
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF000000,endColorstr=#BF000000);
}
.w120{
	width: 120%;
}
.bg{
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
/*公共样式结束*/
/*header*/
#header{
	height: 90px;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
}
.x_logo{
	width: 275px;
	background-repeat: no-repeat;
	background-position: left center;
}
.x_nav{
	
}
.x_nav ul li{
	float: left;
	height: 100%;
	margin-left: 85px;
}
.x_nav ul li > a{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 12px;
	color: #000;
	line-height: 120px;
}
.x_nav ul li:first-child{
	margin-left: 0;
}
.x_nav ul li:hover > a{
	color: #edb779;
	-webkit-animation:tada_a 1s .2s ease both;
	-moz-animation:tada_a 1s .2s ease both;
}
@-webkit-keyframes tada_a{
	0%{-webkit-transform:scale(1)}
	10%,20%{-webkit-transform:scale(0.9) rotate(-3deg)}
	30%,50%,70%,90%{-webkit-transform:scale(1.1) rotate(3deg)}
	40%,60%,80%{-webkit-transform:scale(1.1) rotate(-3deg)}
	100%{-webkit-transform:scale(1) rotate(0)}
}
@-moz-keyframes tada_a{
	0%{-moz-transform:scale(1)}
	10%,20%{-moz-transform:scale(0.9) rotate(-3deg)}
	30%,50%,70%,90%{-moz-transform:scale(1.1) rotate(3deg)}
	40%,60%,80%{-moz-transform:scale(1.1) rotate(-3deg)}
	100%{-moz-transform:scale(1) rotate(0)}
}
/*header*/
/*banner*/
.flexslider{
	width: 100%;
	height: 500px;
	overflow: hidden;
	position: relative;
}
.flexslider .bd{
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 0;
}
.flexslider .bd ul{
	width: 100%;
	height: 100%;
}
.flexslider .bd li{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.flexslider .hd{
	position: absolute;
	width: 100%;
	height: 25px;
	left: 0;
	bottom: 33px;
	text-align: center;
}
.flexslider .hd ul li{
	width: 27px;
	height: 27px;
	background:url(../images/dot.png) 0px 0px no-repeat;
	cursor: pointer;
	float: none;
}
.flexslider .hd ul li.on{
	background-position: -32px 0;
}
.flexslider .bd li{
    -webkit-animation: scaleUpDown 6s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
 	animation: scaleUpDown 6s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940); 
}
@-webkit-keyframes scaleUpDown {
    from {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes scaleUpDown {
    from {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
/*banner*/
/*con*/
#about{
	height: 488px;
	background-color: #fff;
}
.web_title{
	font-size: 30px;
	color: #6e543c;
	text-align: center;
	margin-top: 70px;
}
.web_title em{
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 7px;
}
#about .web_title{
	margin-top: 0;
	text-align: left;
}
#about .w1200{
	padding-top: 83px;
}
#about .w1200 .img{
	width: 483px;
	height: 321px;
	margin-left: 82px;
}
#about .w1200 .info{
	width: 545px;
	height: 321px;
	margin-right: 55px;
	padding-top: 5px;
}
#about .w1200 .info p{
	font-size: 14px;
	color: #6e543c;
	line-height: 30px;
	text-align: justify;
	margin-top: 40px;
}
#about .w1200 .info a{
	display: block;
	width: 76px;
	height: 26px;
	font-size: 12px;
	color: #6e543c;
	text-align: center;
	line-height: 26px;
	border: 1px solid #6e543c;
	border-radius: 2px;
	position: absolute;
	bottom: 7px;
	left: 0;
	z-index: 100;
}
#about .w1200 .info a:hover{
	background-color: #6e543c;
	color: #fff;
}
#product{
	height: 643px;
	background: url(../web-icon/product_bg.jpg) center center no-repeat;
}
.product_tab{
	text-align: center;
	font-size: 0;
	margin-top: 34px;
}
.product_tab a{
	width: 119px;
	height: 40px;
	background-color: #fff;
	border: 1px solid #5a5a5a;
	font-size: 20px;
	color: #5a5a5a;
	line-height: 40px;
	margin-right: 38px;
}
.product_tab a:last-child{
	margin-right: 0;
}
.product_tab a.active{
	background-color: #edb779;
	border-color: #edb779;
	color: #fff !important;
}
.product_list{
	width: 1145px;
	margin: 32px auto 0px;
}
.product_list ul li{
	float: left;
	width: 272px;
	height: 326px;
	overflow: hidden;
	position: relative;
	margin-right: 19px;
}
.product_list ul li a{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}
.product_list ul li a h4{
	width: 136px;
	height: 34px;
	text-align: center;
	font-size: 14px;
	color: #fff !important;
	line-height: 34px;
	margin: 205px auto 0px;
	border: 1px solid #fff;
}
.product_list ul li a em{
	display: block;
	width: 30px;
	height: 30px;
	background: url(../web-icon/mroe_icon.png) center center no-repeat;
	margin: 20px auto 0px;
}
.product_list ul li:hover h4{
	margin-top: 170px;
	background-color: #edb779;
	border-color: #edb779;
	color: #fff !important;
}
.product_list ul li:hover em{
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
}
#adv{
	height: 840px;
	background: url(../web-icon/adv_bg.jpg) center center no-repeat;
}
.adv_list{
	height: 565px;
	margin-top: 98px;
}
.adv_list ul li{
	float: left;
	width: 270px;
	height: 276px;
	overflow: hidden;
	position: absolute;
	z-index: 100;
}
.adv_list ul li a{
	height: 50px;
	background: #dfdfdf linear-gradient(#e29b5e,#e29b5e) left/0% 100% no-repeat;
	font-size: 18px;
	color: #6e543c;
	line-height: 50px;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 100;
}
.adv_list ul li.list_1{
	top: 0;
	left: 0;
}
.adv_list ul li.list_2{
	top: 0;
	right: 0;
}
.adv_list ul li.list_3{
	bottom: 0;
	left: 0;
}
.adv_list ul li.list_4{
	bottom: 0;
	right: 0;
}
.adv_list ul li:hover i{
	background-position-y: -50px;
}
.adv_list ul li:hover a{
	background-size:100% 100%;
	text-indent: 5px;
	letter-spacing: 5px;
}
.adv_list > .adv_ad{
	width: 641px;
	height: 565px;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 100;
	margin-left: -321px;
}
#news{
	height: 635px;
}
#news .web_title{
	margin-bottom: 45px;
}
.news_left{
	width: 590px;
	height: 392px;
}
.news_left ul li{
	float: left;
    width: 290px;
    height: 100%;
    position: relative;
    margin-right: 9px;
    overflow: hidden;
}
.news_left ul li span.time{
	display: block;
	width: 55px;
	height: 55px;
	background-color: #e29b5e;
	text-align: center;
	font-size: 30px;
	color: #fff !important;
	padding-top: 3px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}
.news_left ul li span.time em{
	display: block;
	font-size: 12px;
	margin-top: 4px;
}
.news_left ul li a > i{
	height: 200px;
}
.news_left ul li a h4,.news_right a .info h4{
	font-size: 18px;
	color: #2b2b2b;
	margin-top: 30px;
}
.news_left ul li a p,.news_right a .info p{
	font-family:"宋体";
	font-size: 12px;
	color: #a1a1a1;
	text-align: justify;
	line-height: 23px;
	margin-top: 13px;
}
.news_left ul li a > em{
	display: block;
	width: 96px;
	height: 25px;
	border: 1px solid #d3d3d3;
	border-radius: 25px;
	text-align: center;
	font-family: "宋体";
	line-height: 25px;
	font-size: 12px;
	color: #8b8b8b;
	margin-top: 60px;
}
.news_left ul li:hover a h4{
	letter-spacing: 5px;
} 
.news_left ul li:hover a > em{
	background-color: #e29b5e;
	border-color: #e29b5e;
	color: #fff;
	letter-spacing: 2px;
}
.news_right{
	width: 590px;
	height: 392px;
}
.news_right a{
	height: 98px;
	overflow: hidden;
	position: relative;
	padding-right: 22px;
	background:linear-gradient(#e29b5e,#e29b5e) left/0% 100% no-repeat;
}
.news_right a .line{
	display: block;
	width: 508px;
	height: 1px;
	background-color: #d0d0d0;
	position: absolute;
	bottom: 0;
	left: 25px;
	z-index: 10;
}
.news_right a > span{
	width: 50px;
	height: 100%;
	text-align: center;
	font-size: 36px;
	color: #909090 !important;
	margin-left: 25px;
	padding-top: 23px;
}
.news_right a > span em{
	display: block;
	font-size: 12px;
	margin-top: 3px;
	color: #909090 !important;
}
.news_right a .info{
	width: 445px;
	height: 100%;
	margin-left: 18px;
}
.news_right a .info h4{
	margin-top: 20px;
}
.news_right a .info p{
	margin-top: 5px;
}
.news_right a:hover{
	background-size: 100% 100%;
}
.news_right a:hover .info p,.news_right a:hover span,.news_right a:hover span em{
	color: #fff !important;
}
.news_more{
	width: 118px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	color: #e29b5e;
	border: 1px solid #e29b5e;
	margin: 0px auto 0px;
}
.news_more:hover{
	background-color: #e29b5e;
	color: #fff !important;
}
/*con*/
/*footer*/
#footer{
	height: 490px;
	background: url(../web-icon/footer_bg.jpg) center center no-repeat;
	background-size: cover;
	margin-top: 100px;
}
#footer .w1200{
	padding-top: 83px;
}
#footer_map{
	width: 446px;
	height: 268px;
	background-color: #fff;
	margin-right: 95px;
}
.f_contact{
	width: 300px;
}
.f_contact h2,.f_message h2{
	font-size: 24px;
	color: #222;
	margin-top: 40px;
	margin-bottom: 40px;
}
.f_contact p{
	font-size: 14px;
	color: #222;
	margin-bottom: 14px;
}
.f_contact p em{
	display: block;
	font-size: 30px;
	margin-top: 14px;
	margin-bottom: 18px;
}
.f_message{
	width: 274px;
}
.f_message h2{
	margin-bottom: 18px;
}
.f_message input{
	width: 100%;
	height: 36px;
	background-color: #fff;
	line-height: 36px;
	font-size: 14px;
	color: #1a1a1a;
	text-indent:12px;
	margin-bottom: 7px;
}
.f_message input::-webkit-input-placeholder,.f_message textarea::-webkit-input-placeholder{
	font-family: "宋体";
	color: #c3c3c3;
	font-size: 14px;
}
.f_message textarea{
	width: 100%;
	height: 108px;
	background-color: #fff;
	line-height: 36px;
	font-size: 14px;
	color: #1a1a1a;
	text-indent:12px;
	margin-bottom: 7px;
	resize: none;
}
.f_message > a{
	display: block;
	width: 125px;
	height: 36px;
	font-size: 14px;
	color: #3a3a3a;
	line-height: 36px;
	text-align: center;
	background-color: #ffa533;
}
.copyRight{
	height: 45px;
	font-size: 14px;
	color: #fff !important;
	text-align: center;
	line-height: 45px;
	background-color: #242424;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 100;
}
.copyRight a{
	color: #fff !important;
}
/*footer*/